DescribeDomainList
Description
call the DescribeDomainList interface to query domain name asset information.
Request Method
POST
Request Path
/apsara/route/aegis/DescribeDomainList
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
SourceIp | BODY | string | No | 1.2.3.4 | access the IP address of the source. |
DomainType | BODY | string | No | root | domain name type. |
PageSize | BODY | integer | No | 10 | When paging query, the maximum number of pieces of data per page is displayed. |
CurrentPage | BODY | integer | No | 1 | the page number of the current page displayed when paging query. |
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
version | BODY | string | No | 2016-01-01 | version of api |
FuzzyDomain | BODY | string | No | sas | domain name fuzzy matching search information. |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
PageInfo | struct | No sample value for this parameter. | page displays information. |
TotalCount | integer | 27 | the total number of data in the domain name asset list. |
RequestId | string | 0B48AB3C-84FC-424D-A01D-B9270EF46038 | request ID of the result. |
PageSize | integer | 10 | the number of pieces of data per page displayed during paging query. |
IpList | string | 1.2.3.4,1.2.3.5 | IP list information corresponding to the domain name. |
CurrentPage | integer | 1 | the page number of the current page displayed when paging query. |
Count | integer | 10 | the number of data on the current page displayed during paging query. |
Domain | string | tst.com | domain name or website name. |
DomainListResponseList | array | No sample value for this parameter. | domain name asset information. |
Example
Successful Response example
{
"PageInfo":"",
"TotalCount":"27",
"RequestId":"0B48AB3C-84FC-424D-A01D-B9270EF46038",
"PageSize":"10",
"IpList":"1.2.3.4,
1.2.3.5",
"CurrentPage":"1",
"Count":"10",
"Domain":"tst.com",
"DomainListResponseList":""
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}